home *** CD-ROM | disk | FTP | other *** search
/ 220 Jogos / 220 jogos.iso / tetris / atris / graphics / Makefile.in < prev    next >
Encoding:
Makefile  |  2000-10-29  |  308 b   |  14 lines

  1. # This is the minimum Makefile necessary to include this directory
  2. # in the package distribution build process
  3.  
  4. # Succeed at the default target
  5. all:
  6. distclean:
  7. clean:
  8. install:
  9.  
  10. # Copy this directory to the distribution build directory
  11. distdir:
  12.     cp -rp . $(distdir)
  13.     rm -rf $(distdir)/CVS $(distdir)/Makefile
  14.